home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / progr / svga2.arj / NOTES256.SVG < prev    next >
Encoding:
Text File  |  1993-05-24  |  1.8 KB  |  63 lines

  1. SuperVGA 256 BGI driver 
  2. Version 2.6
  3. May 21, 1993
  4.  
  5. Revisions:
  6.     2.5 - April 20, 1993
  7.     2.45 - January 28, 1993
  8.     2.4 - June 12, 1992
  9.  
  10. This is the newest version of my SuperVGA 256 BGI driver.  I have fixed 
  11. several bugs in the previous releases, as well as added several improvements.
  12.  
  13.     o 1024x768x256 color mode is now supported on Tseng 4000,
  14.       Chips&Tech, Trident 8900 and Ahead video cards.
  15.  
  16.     o Getimage and putimage will work with bitmaps up to the 
  17.      size of available memory. (> 64k)
  18.  
  19.     o VESA support has been added.
  20.  
  21.     o Added setvgapalette256 function.
  22.  
  23.     o Floodfill is implemented. (still slow!) (2.0)
  24.  
  25.     o Added new logical operations to putimage (2.25)
  26.       XNOR_PUT
  27.       NOR_PUT
  28.       NAND_PUT
  29.       TRANS_COPY_PUT - Treats 0 as transparent (useful for cursors)
  30.  
  31.     o Logical operations for putimage actually work correctly! ;-> (2.3)
  32.  
  33.     o Fixed minor line drawing bug (2.31)
  34.  
  35.     o Support for the S3 card (non-native mode) has been added (2.4)
  36.  
  37.     o Paging has been implemented for SuperVGA cards that support it (2.4)
  38.       (Currently only support Tseng4000, C&T, Paradise and Video7;
  39.        ATI and Genoa cards do not support paging above 64k)
  40.  
  41.     Mode            Paging?        # of pages (with 1024k)
  42.     320x200            yes         16
  43.     640x400            yes         4
  44.     640x480            yes         3
  45.     800x600            yes         2
  46.     1024x768        no        1
  47.     640x350            yes         4
  48.     1280x1024        no        0    (needs 1.2M)
  49.  
  50.     o Mouse code hooks added (2.45)
  51.  
  52.     o New card support added, changed old card support (2.5)
  53.         Acumos, Avance Logic 2101, Cirrus 54xx, Compaq, MXIC 68020, NCR, 
  54.         Primus 2000, Realtek
  55.  
  56.     o Paging enhanced to work with new cards (2.5)
  57.  
  58.     o Fixed text clipping at right and bottom edges (2.6)
  59.  
  60.     o Various speed optimizations (line & solid bar) (2.6)
  61.  
  62.     o Added compile-time support for 8x8, 8x14, or 8x16 bitmap fonts (2.6)
  63.